
/* Inner Pages CSS */

.inner-content p{

    margin-bottom: 10px;
}

.separator {
    font-family: 'cursive' !important;
    margin:0px 4px;
}


a:hover {
    color: #229c3e;
}

.auth-header {
    display: none;
}

.logo-auth {
    display: none;
}

.auth-sec {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.auth-visuals {
    display: flex;
    justify-content: center;
}

.auth-content {
    border-radius: 10px;
    max-width: 800px;
    background: rgb(255 255 255 / 50%);
    padding: 50px 80px;
    backdrop-filter: blur(2px);
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.auth-content .banner-heading {
    text-align: center;
    margin-bottom: 10px;
}

.auth-content p {
    /* text-align: center; */
    margin-bottom: 30px;
}

.auth-content p a {
    color: #229c3e;
    text-decoration: underline;
}

.auth-form label {
    font-weight: 500;
    display: block;
}

.auth-form input {
    border: 1px solid #707070;
    width: 100%;
    padding: 15px 10px;
    background: transparent;
    margin-bottom: 20px;
}

.auth-form select {
    border: 1px solid #707070;
    width: 100%;
    padding: 15px 10px;
    background: transparent;
    margin-bottom: 20px;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #229c3e;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #229c3e;
    border-radius: 50%;
}

label.checkbox-container {
    color: #727272;
}

.forget-pass {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 20px;
}

.btn-submit {
    width: 100%;
    background: #229c3e;
    border: 1px solid #229c3e;
    padding: 15px 0;
    font-size: 18px;
    color: #fff;
    transition: 0.3s all;
}


.btn-outline {
    width: 100%;
    color: #229c3e;
    border: 1px solid #229c3e;
    padding: 15px 0;
    font-size: 18px;
    transition: 0.3s all;
    display: block;
}
.btn-outline:hover { 
    background: #229c3e;
    color: #fff;
}


.btn-submit:hover {
    background: transparent;
    color: #229c3e;
}

.social-login span {
    display: block;
    font-size: 18px;
    margin: 20px 0;
    position: relative;
    width: 100%;
    text-align: center;
    color: #414141;
}

.social-login span:before {
    content: "";
    background: #414141;
    height: 1px;
    width: 20%;
    top: 50%;
    left: 24%;
    position: absolute;
}

.social-login span:after {
    content: "";
    background: #414141;
    height: 1px;
    width: 20%;
    top: 50%;
    right: 24%;
    position: absolute;
}

.social-login a {
    font-size: 20px;
    display: block;
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.visual {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    max-width: 150px;
    max-height: 150px;
}

.profile-input {
    position: absolute;
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    border-radius: 50%;
    bottom: 10px;
    right: 10px;
}

.profile-input input {
    font-size: 0;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.auth-form .profile-input label:before {
    content: "\f030";
    font-size: 18px;
    color: #fff;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #229c3e;
    font-weight: 700;
    font-family: "Font Awesome 6 Free";
}

.profile-visual {
    position: relative;
    display: flex;
    justify-content: center;
}

@media (max-width: 1440px) {
    .auth-content {
        padding: 50px;
    }

    .auth-sec {
        padding: 50px 0;
    }
}

@media (max-width: 1024px) {
    .blacklogo {
        max-width: 150px;
        margin: 0 0 50px;
    }
}

@media (max-width: 768px) {
    .auth-sec {
        padding: 30px 0;
    }

    .password-toggle {
        padding: 12px 10px !important;
    }

    .blacklogo {
        max-width: 100px;
        margin: 0 0 30px;
    }

    .auth-content {
        padding: 30px;
    }

    .social-login a {
        font-size: 16px;
        margin: 10px 0;
        padding: 10px;
    }

    .btn-submit {
        font-size: 15px;
    }

    .checkbox-container {
        font-size: 12px;
    }

    .forget-pass a {
        font-size: 12px;
    }

    .auth-form input {
        padding: 10px;
    }

    .forget-pass {
        margin-bottom: 10px;
    }

    .btn-submit {
        padding: 10px;
    }
}

#inputs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    align-items: center;
}

.auth-form .otp {
    width: 70px;
    height: 70px;
    border: none;
    border: 1px solid #707070;
    margin: 0 10px;
    text-align: center;
    font-size: 36px;
    cursor: not-allowed;
    pointer-events: none;
    border-radius: 10px;
}

.auth-form .otp:focus {
    outline: none;
    border: none;
    background: #fff;
    color: #1a1a1a;
}

.auth-form .otp:nth-child(1) {
    cursor: pointer;
    pointer-events: all;
}

.leaderboard-sec {
    margin: 200px 0 100px;
}

.leaderboard-sec .top-three {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 50px;
    margin: -150px 50px 80px;
}

.leaderboard-sec .top-three .user-profiles {
    max-width: 250px;
    cursor: pointer;
}

.p-modal .p-input {
    border: 1px solid #707070;
    width: 100%;
    padding: 15px 10px;
    background: transparent;
    margin-bottom: 20px;
}

.leaderboard-sec .top-three .user-profiles .visuals {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.leaderboard-sec .top-three .user-profiles .visuals img {
    width: 100%;
    max-width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}

.leaderboard-sec .top-three .rank {
    display: block;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-top: -14px;
    width: fit-content;
    margin: -30px auto 0;
    filter: drop-shadow(2px 4px 6px black);
}

.leaderboard-sec .top-three .title {
    text-align: center;
    font-size: 24px;
    color: #414141;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 0;
}

.leaderboard-sec .top-three .likes {
    text-align: center;
}

.leaderboard-sec .top-three .location {
    text-align: center;
}

.leaderboard-sec table tr {
    border-bottom: 1px solid #55b3be;
    cursor: pointer;
}

.leaderboard-sec table tr td {
    padding: 20px 0;
    text-align: center;
}

.leaderboard-sec table tr td:first-child {
    color: #229c3e;
    font-size: 30px;
    font-weight: 500;
}

.leaderboard-sec table tr td:last-child {
    font-weight: 500;
}

.leaderboard-sec table tr:last-child {
    border: none;
}

.leaderboard-bg {
    border-radius: 30px;
    box-shadow: 0px 0px 10px #80cdd6;
    position: relative;
    padding: 50px;
}

.profile-sec {
    padding: 150px 0 100px;
}

.profile-sec .profile-bg {
    padding: 100px 50px;
    border-radius: 30px;
    box-shadow: 0 0 10px #3333334f;
}

.profile-sec .profile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-sec .profile .visuals {
    max-width: 200px;
    margin-bottom: 20px;
}

.profile-sec .profile .title {
    margin-bottom: 20px;
}

.profile-sec table {
    width: 100%;
    max-width: 80%;
}

.profile-sec table td:last-child {
    text-align: end;
    font-weight: 500;
}

.profile-sec table td {
    font-size: 20px;
    padding: 20px 0;
}

.profile-sec .profile-table {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.profile-sec .profile .visuals img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    object-fit: cover;
    object-position: center;
    border: 1px solid #229c3e;
}

.cheatcode-sec {
    padding: 0 0 100px;
}

.cheatcode-sec .bg {
    border-radius: 30px;
    box-shadow: 0 0 10px #0000001c;
    padding: 30px;
}

.cheatcode-sec table {
    width: 100%;
    margin-top: 20px;
}

.cheatcode-sec table tr th {
    border-bottom: 1px solid;
}

.cheatcode-sec table td,
.cheatcode-sec table th {
    padding: 20px;
}

.pro-dropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.pro-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: #fff;
    min-width: 120px;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000001f;
    transition: 0.3s all;
    width: 100%;
    padding: 10px;
}

.pro-dropdown-menu.show {
    display: block;
    z-index: 9;
}

.pro-dropdown img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.main-menu > ul {
    display: flex;
    align-items: center;
}

.pro-dropdown .p-name {
    margin: 0 12px;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    color: #414141;
    text-transform: capitalize;
}

.main-menu .pro-dropdown:after {
    content: none;
}

.card.search-table {
    background-color: unset;
    padding: 30px;
    border-radius: 30px;
}

.card.search-table table th,
.card.search-table table td {
    padding: 20px 10px;
    border-bottom: 1px solid #00000040;
}

#result {
    margin-top: 100px;
}

#result h3 {
    margin-bottom: 30px;
}

.search-table #like-btn {
    font-size: 0;
}

.search-table #like-btn i {
    font-size: 24px;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.search-table #like-btn i.fa-solid.fa-heart {
    color: #229c3e;
}

.search-table #like-btn i.fa-regular.fa-heart {
    color: #229c3e;
}

#delete-slogan i,
.sharebtn i {
    font-size: 24px;
    background: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: red;
}

#delete-slogan i {
    color: red;
    font-weight: 400;
}

.sharebtn i {
    color: #229c3e;
}

.sharebtn {
    width: unset;
    height: auto;
    background: unset;
    padding: 0;
    border: none;
    margin: 0 10px;
}

.share-btn-modal .modal-content {
    border-radius: 36px;
    padding: 50px;
    margin: auto;
}

.share-btn-modal .modal-title {
    text-align: center;
    line-height: 1;
    font-weight: 600;
}

.share-btn-modal .modal-dialog {
    width: 100%;
    max-width: 600px;
    /* height: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-btn-modal .share-btn-close {
    background: transparent;
    border: none;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
    transition: 0.3s all;
}

.share-btn-modal .share-btn-close i:hover {
    transition: 0.5s all;
    transform: rotate(90deg);
    font-weight: 600;
}

.share-btn-modal .share-btn-close i {
    transition: font-weight 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: scale(1.1);
    /* Slightly scale up on hover */
}

.share-btn-modal .form-control {
    background: #f8f8f8 0% 0% no-repeat padding-box;
    border-radius: 20px;
    min-height: 120px;
}

.share-btn-modal .share-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 10px;
}

.share-btn-modal .copy {
    display: block;
    width: 100%;
    text-align: center;
    background: #effeff;
    border-radius: 20px;
    border: 2px solid #96f3fc;
    padding: 20;
    margin-top: 30px;
    font-size: 20px;
}

.share-btn-modal .copy img {
    margin-right: 10px;
    width: 20px;
}

.view-likes {
    cursor: pointer;
}

.password-toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding: 17px 10px;
    border: 1px solid #707070;
    border-radius: 0;
}

.user-like-profile .profile-wrp img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 100%;
}

.user-like-profile .profile-wrp p {
    margin-left: 10px;
}

.user-like-profile .profile-wrp {
    display: flex;
    align-items: center;
}

.user-like-profile .user-data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    align-items: center;
}

.user-like-profile {
    margin: 40px 0 20px;
}

/* .social-button .fa-facebook-square {
    background-image: url('../images/fb.svg');
}

.social-button .fa-square-x-twitter {
    background-image: url('../images/x.svg');
}

.social-button .fa-envelope {
    background-image: url('../images/gmail.svg');
}

.social-button .fa-share {
    background-image: url('../images/insta.svg');
}

.social-button .fa-facebook-square:before,
.social-button .fa-share:before,
.social-button .fa-square-x-twitter:before,
.social-button .fa-envelope:before {
    content: unset;
} */
.share-btn-modal .share-btns span {
    transition: 0.5s all;
}

.share-btn-modal .share-btns span::before {
    font-size: 60px;
    color: #229c3e;
    transition: 0.5s all;
}

.share-btn-modal .share-btns span:hover {
    transform: scale(1.1);
}

.share-btn-modal .share-btns #social-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 20px;
}

#cypher-details-modal .modal-profile {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

#cypher-details-modal .modal-profile img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

#cypher-details-modal .modal-profile p {
    font-size: 18px;
    margin-right: 10px;
}

#cypher-details-modal .modal-profile span {
    font-size: 18px;
}

#cypher-details-modal .modal-profile .details {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

#cypher-details-modal .modal-profile .user-name {
    padding: 0;
}

.share-btn-modal.leaderboard-modal .modal-content {
    padding-top: 150px;
}

.share-btn-modal.leaderboard-modal .bg {
    padding: 30px;
    background: #d2f8fc;
    margin: 10px 0;
    border-radius: 30px;
}

.share-btn-modal.leaderboard-modal p b {
    color: #00b4c6;
    font-weight: 400;
}

.ty-modal img {
    max-width: 300px;
    margin: auto;
}

.ty-modal .modal-title {
    font-size: 40px;
}

.social-login img {
    max-width: 30px;
}

@media (max-width: 1024px) {
    .profile-sec .profile-bg {
        padding: 20px;
        box-shadow: none;
        border-radius: 10px;
    }

    .profile-sec table {
        max-width: 100%;
    }

    .leaderboard-sec .top-three {
        margin: -120px 0px 30px;
    }

    .leaderboard-sec .top-three .user-profiles .visuals img {
        width: 150px;
        height: 150px;
    }

    .user-profiles {
        margin: 0 10px;
    }

    .leaderboard-sec .top-three .title {
        font-size: 20px;
    }

    .leaderboard-sec .top-three p {
        font-size: 14px;
    }
}

@media (max-width: 550px) {
    .mob-profile a#profile-dropdown {
        background: none;
        padding: 0;
        margin: 0;
    }

    .mob-profile a#profile-dropdown p {
        display: none;
    }

    .pro-dropdown-menu {
        right: 0;
        left: unset;
    }

    .main-menu .forpgactive .mob-leaderboard,
    .main-menu .forpgactive .mob-subscription {
        display: none;
    }
}

.p-modal label {
    font-weight: 500;
    display: block;
}

.p-modal input {
    border: 1px solid #707070;
    width: 100%;
    padding: 15px 10px;
    background: transparent;
    margin-bottom: 20px;
}

.p-modal .btn {
    width: 100%;
}

#cardElement {
    border: 1px solid #707070;
    width: 100%;
    padding: 15px 10px;
    background: transparent;
    margin-bottom: 20px;
}

.dynamic_fields_container .lang-button {
    background: #ffffff57;
    border-color: #ffffff57;
}

.dynamic_fields_container .lang-button.active {
    background: #fff;
}

.dynamic_fields_container input::placeholder {
    color: #1a1a1a;
}

.btn-success {
    color: #fff;
    background-color: #229c3e;
    border-color: #229c3e;
}

.btn-success:hover {
    color: #fff;
    background-color: #229c3e;
    border-color: #229c3e;
}

.loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

    background: -webkit-radial-gradient(
        rgba(20, 20, 20, 0.8),
        rgba(0, 0, 0, 0.8)
    );
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: "";
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
        rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
        rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
        rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
        rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* .loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} */

.codesec .keyboardContainer {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.keybox #closeButton {
    top: 15px;
    right: 15px;
}

.keybox #closeButton i {
    transition: 0.3s all;
    border-radius: 50%;
    border: none;
}

.keybox #closeButton:hover i {
    transform: rotate(90deg);
    transition: 0.3s all;
    background: #000;
    color: #fff;
}

.mheading {
    color: #1a1a1a;
}

.swal2-popup {
    border-radius: 30px;
}

section.cheatcode-sec.mob-view {
    display: none;
}

.profile-sec .mob-view-edit {
    display: none;
}

.banner-img {
    height: 17% !important;
}

.culture .lheading {
    font-size: 40px;
    line-height: 56px;
}

.cheatcode-sec.mob-view li:first-child {
    margin-right: 10px;
}

.menu-paid .menu-ls .header-btns {
    position: relative;
    padding-left: 30px;
}

.header-btns span {
    position: absolute;
    left: 5px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid;
}

.header-btns:nth-child(2) span {
    background: #000;
    color: #fff;
}

.search-icon:after {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    position: absolute;
    right: 5px;
}
.header-btns.search-icon:after {
    right: auto;
    margin-left: 5px;
}

.modal .mheading {
    margin-bottom: 30px;
}

.cartlist {
    margin-bottom: 18px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url('../images/cloud-bg.jpg');
}

.cartlist ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #14B5C8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cartlist ul li {
    color: #414141;
    font-size: 16px;
}

.cartlist ul li:last-child {
    font-weight: 500;
    color: #000;
    text-align: right;
}
.btngroup {
    display: flex;
    gap: 12px;
    align-items: center;
}
.btngroup .sharebtn {
    background: #fff;
    border-radius: 0;
    margin: 0;
    border: 1px solid #fff;
}
.btngroup button {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    display: inline-block;
}

@media (max-width: 991px) {
    .profile-table tr {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 2px solid #14b5c8;
    }

    section.profile-sec .profile {
        position: absolute;
    }

    .profile-table {
        padding-top: 120px;
    }
    .home-banner .bimg {
        top: -122px;
    }
    section.profile-sec .profile h1.title {
        display: none;
    }

    section.cheatcode-sec.mob-view .card ul {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #14b5c8;
        padding: 10px 20px;
    }

    .cheatcode-sec {
        /* display: none; */
    }
    .cheatcode-sec.share-sec {
        display: block;
    }

    section.cheatcode-sec.mob-view {
        display: block;
    }

    .profile-sec .mob-view-edit {
        display: block;
        font-weight: 700;
    }

    .profile-sec .desk-view-edit {
        display: none;
    }

    section.cheatcode-sec.mob-view .card {
        border-radius: 18px;
        margin-bottom: 40px;
    }

    section.cheatcode-sec.mob-view .card ul li:nth-child(2) {
        font-weight: 500;
    }

    section.cheatcode-sec.mob-view .delete-slogan {
        width: 100%;
        margin-top: 20px;
    }

    .sidemenu .profile-dropdown {
        justify-content: flex-start;
    }

    .sidemenu .mob-profile {
        padding: 30px 0;
    }

    .sidemenu #profile-dropdown img {
        border: 1px solid #fff;
        width: 70px;
        height: 70px;
    }

    .sidemenu .p-name {
        color: #fff;
        font-size: 28px;
        font-weight: 400;
    }

    .sidemenu .mob-profile a#profile-dropdown p {
        display: block;
    }
}

@media (max-width: 550px) {
    .btngroup button {
        font-size: 14px;
        padding: 6px;
    }
    .leaderboard-sec .top-three .user-profiles .visuals img {
        width: 80px;
        height: 80px;
    }

    .leaderboard-sec table tr td:first-child {
        font-size: 16px;
    }

    .leaderboard-sec table tr td {
        font-size: 14px;
    }

    .leaderboard-sec .top-three {
        margin: -90px 0px 30px;
    }

    .leaderboard-sec .top-three .user-profiles {
        max-width: 100px;
    }

    .leaderboard-sec {
        margin: 100px 0 50px;
    }

    .profile-sec {
        padding: 120px 0 80px;
    }

    .profile-sec table td {
        font-size: 16;
    }

    .cheatcode-sec table td,
    .cheatcode-sec table th {
        font-size: 14px;
        padding: 10px;
    }

    #delete-slogan i,
    .sharebtn i {
        font-size: 16px;
        width: 30px;
        height: 30px;
    }

    .cheatcode-sec {
        padding: 0 0 50px;
    }

    .card.search-table table th,
    .card.search-table table td {
        padding: 10px 5px;
        font-size: 12px;
    }

    .search-table #like-btn i {
        font-size: 12px;
        width: 20px;
        height: 20px;
    }
}

.menu-paid {
    display: none;
}

@media (max-width: 998px) {
    .main-menu > ul > li:nth-last-child(1) {
        display: block;
    }

    .menu-paid {
        display: block;
    }

    .nav-area-full .main-menu {
        margin: 0;
    }

    .menu-paid a {
        display: block;
        color: #000;
        background-color: #ffffff;
        border-color: #e9e9e9;
        box-shadow: none;
        padding: 8px 10px;
        margin: 0;
        text-align: center;
    }

    .menu-paid .menu-ls {
        margin-bottom: 3px;
    }

    .menu-paid .menu-ls a {
        display: inline-block;
    }

    .effsec .leftimg {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .main-menu > ul > li:nth-last-child(1) p {
        display: none;
    }

    .auth-form .otp {
        width: 50px;
        height: 50px;
        margin: 0 3px;
    }

    section.cheatcode-sec.mob-view .card ul {
        padding: 10px 0;
    }

    .codesec .keyboardContainer {
        left: 0;
        right: 0;
        transform: none;
    }

    .card.search-table {
        overflow: auto;
    }

    .leaderboard-bg {
        padding: 20px;
    }

    .leaderboard-bg .sypher {
        width: 100%;
    }

    .leaderboard-bg .row {
        overflow: auto;
    }

    .share-btn-modal .share-btns span::before {
        font-size: 30px;
    }

    .share-btn-modal .modal-content {
        padding: 30px;
    }

    .logo img {
        width: 60px;
        margin: 0 10px;
    }

    .keybox .keyboardContainer {
        left: 0;
        transform: none;
    }

    .modal .mheading {
        font-size: 26px;
    }

    .share-btn-modal .copy {
        padding: 10px 0;
        width: 60%;
        margin: auto;
        margin-top: 20px;
    }

    .share-btn-modal .share-btn-close {
        top: 20px;
        right: 20px;
    }

    .modal.show .modal-dialog {
        margin: 0;
    }

    .ty-modal img {
        max-width: 100px;
    }

    .ty-modal .modal-title {
        font-size: 26px;
    }

    .swal2-title {
        font-size: 26px;
    }
}

@media (max-width: 350px) {
    .menu-paid a {
        font-size: 12px;
    }

    .logo img {
        max-width: 80px;
    }

    .auth-form .otp {
        width: 40px;
        height: 40px;
    }
}

.codesec #myForm .fa-magnifying-glass {
    color: #000 !important;
}

.password-toggle {
    background: transparent;
    border: none;
}


.codesec {
    padding: 50px 0 100px;
}

.codesec h4,.codesec h1 {
    font-size: 50px;
    margin-bottom: 20px;
    padding: 0;
}

.codesec p {
    font-size: 20px;
    margin-bottom: 20px;
}

#result {
    margin: 0;
}

#result h3 {
    margin-top: 50px;
}

.search-table {
    background-size: cover;
}
.page-item.active .page-link {
    background-color: #dc3545;
    border-color: #dc3545;
}

.page-link {
    color: #dc3545;
}
.pagination {
    justify-content: end;
}

.cartlist ul li {
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: normal;
    text-align: left;
}
.cartlist ul li:last-child {
    text-align: left;
}
